home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / bbsfv50.zip / FL2CSV.DOC < prev    next >
Text File  |  1996-04-19  |  751b  |  27 lines

  1.                                   FL2CSV V2.0
  2.  
  3.  
  4.  
  5.  
  6. Command line:
  7.  
  8.         FL2CSV < filelist.txt [> converted.csv]
  9.  
  10. Filters "filelist.txt" and writes it to the screen (or "converted.csv") as a 
  11. CSV file containing three fields:
  12.  
  13.         File name
  14.         File description
  15.         Keyword
  16.  
  17. Keyword is found from the first word in FL2CSV.KEY found in file description.
  18.  
  19. Converted files may be read into a database, the field delimiter is ',' and 
  20. the record delimiter is carriage-return (standard delimited/CSV format).
  21.  
  22. Note:
  23.         FL2CSV.EXE searches for the key-word file (fl2csv.key) in the 
  24.         current directory. If it is not found the DOS search path as 
  25.         set by the PATH environmental variable is searched.
  26.  
  27.